home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / game / role / ScottItal.lha / ScottItal / Src / protos.h < prev    next >
Text File  |  2002-09-24  |  464b  |  20 lines

  1. // Prototypes for Scott.x :-)
  2. void * MemAlloc(int size);
  3. void Make_FFP(char *file, char *dir);
  4. void LoadDatabase(FILE *f, int loud);
  5. BOOL LoadGame(char *name);
  6. void OutReset();
  7. void OutBuf(char *buffer);
  8. void OutputNumber(int a);
  9. void SaveBody(FILE *f);
  10. void LoadBody(FILE *f);
  11. BOOL SaveRestart();
  12. BOOL LoadRestart();
  13. BOOL Handle_Pic(int Room);
  14. void Look();
  15. int  PerformActions(int vb,int no);
  16. void Init_GFX(void);
  17. void Restart(void);
  18. void Speak(char *original);
  19.  
  20.